home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / pc / program / play.dxr / 00184.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  526 b   |  27 lines

  1. on exitFrame
  2.   if (status = "about") or (status = "exitAlart") or (status = "helpMenu") or (status = "bomb") then
  3.     if mouseDown() and not rollOver(19) then
  4.       beepsound()
  5.     end if
  6.     go(marker(0) + 1)
  7.     exit
  8.   end if
  9.   if rollOver(3) then
  10.     checkplay()
  11.   else
  12.     if rollOver(5) then
  13.       checkvideo(0)
  14.     else
  15.       puppetSprite(7, 0)
  16.     end if
  17.   end if
  18.   if rollOver(20) then
  19.     checkpopmenu()
  20.   else
  21.     puppetSprite(21, 0)
  22.   end if
  23.   if the puppet of sprite 15 = 0 then
  24.     go(marker(0) + 1)
  25.   end if
  26. end
  27.